DiGrande.it
Braille and Technologies for Visual Impairment

TurtleBackward- Makes the turtle walk backwards

Instruction that makes the turtle walk backwards.

- TurtleBackward(N)

Parameters:

- (float) N: Number of steps backwards.

Description:

Use the TurtleBackward instruction to make the turtle walk backwards and consequently draw lines. The N parameter indicates how many steps backwards the turtle should take. N can be a negative number and in this case the turtle will walk forward.